The collection of actions to be executed by the response
__property IActions** Actions;
IActions** Actions;
Property Actions() As IActions**
Actions are executed in the order in which they occur in the collection. The collection retains its contents in the order in which they are added but offers no way to reorder items once they are in the collection. To reorder the actions, therefore, you must remove all contents and re-add them in the correct order.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|